


        /* Basic styling for the selection container */
        .selection {
       
            flex-direction: column; /* Stack children vertically on smaller screens */
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 8px;
            overflow: hidden;
            max-width: 600px;
            margin: 20px auto;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          }
          
          /* Styling for the image container */
          .image-container {
            flex: 1;
            width: 100%; /* Ensure the image container takes full width on smaller screens */
          }
          
          .image-container img {
            width: 100%;
            height: auto;
            display: block;
          }
          
          /* Styling for the content container */
          .content-container {
            flex: 2;
            padding: 20px;
            width: 100%; /* Ensure the content container takes full width on smaller screens */
          }
          
          .content-container h2 {
            margin-top: 0;
            font-size: 24px;
            color: #333;
          }
          
          .content-container p {
            font-size: 16px;
            color: #666;
            line-height: 1.5;
          }
          
          .content-container .button {
            display: inline-block;
            padding: 10px 20px;
            background-color: #007BFF;
            color: white;
            text-decoration: none;
            border-radius: 5px;
            margin-top: 10px;
          }
          


          .selectionlasj{
flex-direction: column; /* Stack children vertically on smaller screens */
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 8px;
            overflow: hidden;
            max-width: 90%;
            margin: 20px auto;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

          }




          .content-container .button:hover {
            background-color: #0056b3;
          }
          
          /* Responsive behavior for larger screens */
          @media (min-width: 768px) {
            .selection {
              flex-direction: row; /* Align children horizontally on larger screens */
            }
          
            .image-container {
              width: auto; /* Reset width for larger screens */
            }
          
            .content-container {
              width: auto; /* Reset width for larger screens */
            }
          }
          
          
          
          
          .sec5 {
            display: flex;
            flex-direction: column; /* Stack children vertically on smaller screens */
          }
          
          @media (min-width: 768px) {
            .sec5 {
              flex-direction: row; /* Align children horizontally on larger screens */
            }
          }
          
          
          
          
          /* Additional responsive styling for .sec2 */
          .sec2 {
            display: flex;
            flex-direction: column; /* Stack children vertically on smaller screens */
          }
          
          @media (min-width: 768px) {
            .sec2 {
              flex-direction: row; /* Align children horizontally on larger screens */
            }
          }
     
          
/* droupdown style--------------------------------------------------------- 2 222222222 2*/




         /* Reset default list styles */
         .elementor-icon-list-items {
            list-style: none;
            padding: 0;
            margin: 0;
          }
          
          /* Style for each list item */
          .elementor-icon-list-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px; /* Space between items */
          }
          
          /* Style for the icon container */
          .elementor-icon-list-icon {
            margin-right: 10px; /* Space between icon and text */
            display: flex;
            align-items: center;
          }
          
          /* Style for the SVG icon */
          .elementor-icon-list-icon svg {
            width: 20px; /* Adjust icon size */
            height: 20px; /* Adjust icon size */
            fill: #007BFF; /* Icon color */
          }
          
          /* Style for the text */
          .elementor-icon-list-text {
            font-size: 16px;
            color: #333;
            line-height: 1.5;
          }



